home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / pd / utilities / virusz / virusz.history < prev    next >
Text File  |  1996-05-20  |  29KB  |  545 lines

  1. ============================================================================
  2.                         VIRUSZ II REVISION HISTORY
  3. ============================================================================
  4.  
  5.  1.28   Changes/Additions since 1.27:
  6.     - Finally fixed a problem that I already noticed some months ago,
  7.       but didn't find the bug. After inserting and removing some disks,
  8.       it may have happened that the system had a busy-loop whenever the
  9.       background checker was working. Now I found the problem that
  10.       caused all the trouble: the BEOL memory checker tried to read
  11.       from a non-existing process in not available memory areas.
  12.     - Added a big new feature: a real background checker that not only
  13.       searches for known viruses but recognizes all changes done to
  14.       any system vectors. You can configure it totally to your needs.
  15.       All checks can be enabled/disabled separately for startup and
  16.       for surveillance.
  17.     - Added new security check to the memory checker: before testing
  18.       for known viruses, the respective address is tested to be in
  19.       available memory areas. This prevents busy-loops with RAD: or
  20.       other residents located near the bounds of a memory area.
  21.     - Added MagicCX 2.39 to the vector check. Thanks to Martin Hans
  22.       for sending it.
  23.  
  24.  1.27   Changes/Additions since 1.26:
  25.     - Added Happy New Year 96 linkvirus + 2 installers and three old
  26.       bootblock viruses called Asshole, RedGhost and Sao Paulo. Thanks
  27.       to Markus Schmall and Holger & Data-Stream for sending them.
  28.     - Added new version of xfdmaster.library to the package.
  29.     - VirusZ has a new official distribution site: Nirvana BBS !!
  30.       For more info read the updates chapter of the guide file.
  31.       Thanks to Markus Schmall for talking with the SysOp.
  32.  
  33.  1.26   Changes/Additions since 1.25:
  34.     - Added (new versions of) the following patches:
  35.       BusyPointer, FastWaitBlit, PatchOpenWB, QuietTD, WBGauge,
  36.       PowerData, ForceIcon, ModePro, AlertPatch, Arq and ReqChange.
  37.       Thanks must go to Dave Jones, David Oakes, Martin Hans and
  38.       Adam Szymczak for sending me that stuff.
  39.     - Added viruses: Circle Of Power 10 + 11, Biomechanic 6,
  40.       PB-Party Fake and Phantom Linkvirus + Installer. Thanks to
  41.       Markus Schmall for sending them.
  42.     - Added unlink code for Glue 2.2 and Glue 2.3 linkers to the
  43.       file check. Thanks to Dave Jones and Markus Schmall for the
  44.       example files.
  45.  
  46.  1.25   Changes/Additions since 1.24:
  47.     - Fixed menu colors for Kickstart V39+.
  48.     - Removed INFO option from the shell template.
  49.     - Added ARexx port! Finally VirusZ can be controlled from external
  50.       scripts or other programs. The first commands are HIDE and QUIT.
  51.     - Added CHECKFILE command to the ARexx port. Now you can check
  52.       single files from other programs like DOpus etc.
  53.     - Added ARexx command CHECKDIR to check a whole directory.
  54.     - Added scripts: CheckFile.vzrx, CheckDir.vzrx and CheckArc.vzrx.
  55.       These three show the whole power of VirusZ's Arexx port. You may
  56.       modify them for use with e.g. DOpus or other archive types.
  57.     - Extended shell template with FILECHECK, AREXX and QUIT commands.
  58.       These enable you to send ARexx commands from a shell environment
  59.       or from scripts directly to VirusZ. Returncodes represent the
  60.       results of the ARexx calls. If VirusZ is not running while using
  61.       one of the shell options, it will be first started and then the
  62.       commands will be transmitted to the ARexx port.
  63.     - Fixed string comparison in the ARexx code. Now it is no longer
  64.       case sensitive and thus will no longer make trouble with shell
  65.       options.
  66.     - Rebuilt and enhanced documentation. Now you can get some more
  67.       information about what VirusZ is doing in the background etc.
  68.     - Added ExAll() emulation to the file checker. There seems to be
  69.       a problem with some Kickstart versions using ExAll(). I've
  70.       written a replacement routine that can be turned on if required.
  71.       Thanks to Markus Schmall for telling me about the problem and
  72.       to the guys who told it to Markus.
  73.     - Added MultiCX 2.18 to vector check. Thanks Markus!
  74.     - Fixed all gadget sliders to Kickstart V39+ colors.
  75.     - Added Swifter 2.5 and SCSI-HD-Faker viruses. Thanks Markus!
  76.     - Added new behaviour to startup code: If there's already an old
  77.       version of VirusZ running, this one will be terminated and the
  78.       new version is started. This will only work with versions that
  79.       already have an ARexx port, so this is useful starting with the
  80.       next version of VirusZ. Thanks to Holger for the idea.
  81.     - Added 'Activate On Startup' option to the Misc settings. Now
  82.       you can tell VirusZ to activate the main window on startup.
  83.       Thanks to Axel Folley for that suggestion.
  84.     - Added 'Skip Crypted Files' option to file check settings.
  85.       This is useful if you have many password-protected files and
  86.       don't want to click on the 'Cancel' gadget a hundred times.
  87.       Idea by Axel Folley, thanks a lot.
  88.     - Fixed report output in file check: Now the escape sequences
  89.       are no longer starting with $9b, but with $1b,$5b. This makes
  90.       the output readable in editors like CygnusEd that support the
  91.       usual esc sequences. Thanks again to Axel Folley for the hint.
  92.     - Added Wireface Trojan 2 (CheckMount) virus. This nasty beast
  93.       was sent to me by Axel Folley. Thanks #4!!
  94.  
  95.  1.24   Changes/Additions since 1.23:
  96.     - Oops! Little bug fix in the file check. This one must have been
  97.       in VirusZ for at least 2 years and nobody (including myself)
  98.       noticed it. Whenever VirusZ came across 9 or more subdirectories,
  99.       the display went crazy because of a counter underflow in the
  100.       screen output routine. Special thanks to Cameron Weeks, Rudolph
  101.       Riedel and Axel Folley for the detailed report. Isn't it funny
  102.       that nobody noticed that bug for years and now you guys found it
  103.       all within two weeks??
  104.     - Added support for SetMan, PatchControl and patch.library to the
  105.       vector check. All patches that have been SetFunction()ed with
  106.       one of these programs running caused VirusZ to display them as
  107.       unknown even if they were already built in.
  108.       Thanks to Rudolph Riedel for sending me the programs.
  109.     - Added recognition for EasyReqPatch, ModePro, PatchAllocMem,
  110.       ReqChange, TimedRequesters and MultiCX to the vector check.
  111.       Thanks to Rudolph Riedel and Axel Folley for sending them.
  112.     - Added Ebola and Cryptic Essence linkviruses.
  113.       Thanks to Markus Schmall for sending them.
  114.     - Added support for FD files to the vector check. Now you are
  115.       able to see the function names of unknown vectors instead of
  116.       their offsets.
  117.     - Uh! Last minute fix in the FD file support. Standard functions
  118.       (-6 to [-24/-36]) have not been displayed correctly.
  119.     - Totally overworked file check routines. 4EB9-linked files will
  120.       be unlinked, decrunched and checked now. Nested 4EB9-links in
  121.       one file are handled all during one check via recursive calls
  122.       to the check routine. This stuff took me two full days as
  123.       I had to localize all global structures in the check routines!
  124.     - Totally overworked internal file- and linkvirus brains to
  125.       support 4EB9-viruses directly. And another weekend is gone!
  126.       Attention: VirusZ will detect some built-in viruses ONLY if the
  127.       decrunch option is enabled. Sorry, but that's the drawback with
  128.       recursive checking.
  129.     - Splitted docs in three parts: English, Deutsch and history.
  130.       Cut pre-VirusZ II entries from the history to shorten docs back
  131.       to a sensible size. Updated guides with new features.
  132.     - Fixed another little problem with FD files in the vector check.
  133.       Some devices (e.g. trackdisk) don't have a FD file because they
  134.       don't offer additional functions. In that case the standard
  135.       functions (-6 to -36) have not been displayed by name.
  136.     - Added new powerful version of xfdmaster.library.
  137.     - Removed old icons and added MagicWB icons by Martin Huttenloher
  138.       and Timm S. Müller. Thanks for the great work guys!
  139.  
  140.  1.23   Changes/Additions since 1.22:
  141.     - Oops! Illegal Access also has a method to link itself to
  142.       libraries/devices/datatypes etc. which I've totally forgotten
  143.       in the last version. Thanks to Markus Schmall for reporting
  144.       this 'feature'.
  145.     - Oops again! The recognition for COP 9 recognized almost every
  146.       Amiga-E program as virus. Sorry for this especially to all
  147.       Amiga-E programmers who had trouble with their users.
  148.       Thanks again to Markus Schmall for the call.
  149.     - Renamed viruses formerly called COP 9 to Biomechanic 1.
  150.     - Renamed DayDream/Fixdisk Fake to Biomechanic 2.
  151.       VirusZ 1.21 Fake is a Biomechanic 2 too.
  152.     - Added viruses: HD_Install Fake, Circle of Power 9, Vera 2.3,
  153.       ConMan Link Installer and ConMan Link, Wireface Trojan and
  154.       Biomechanic 3. Thanks to Markus Schmall for sending them.
  155.     - Oops #3! When reading the report from VTC Hamburg, I always
  156.       wondered which generation of the Crime'92 shouldn't be
  157.       recognized by VirusZ. Now I found it by analysing the virus
  158.       once again. I've forgotten to check for word-padded links
  159.       (happens when the very last opcode in a file is RTS) and
  160.       I've overseen the fact that the encryption may have two
  161.       different branch offsets. Sorry folks, now it's 100% safe!
  162.     - Optimized hunk handling in the linkvirus removal routines
  163.       and saved about 400 bytes of code.
  164.     - Finally fixed one BIG problem of the file checker:
  165.       Whenever there was a write access (deleting/removing virus),
  166.       it may have happened that some files were overseen or
  167.       checked twice because the filesystem exchanges some file
  168.       headers on disk on every write access. This was especially
  169.       nasty concerning RAM:, because that handler is not block
  170.       oriented. That problems are history!!
  171.       I've rewritten the whole directory scan routine using ExAll()
  172.       instead of Examine()/ExNext(). Now not only the above mentioned
  173.       problems are fixed, but the code is even shorter and faster
  174.       than before. Nested directories are now handled via recursive
  175.       calls to the scan routine!
  176.     - Added (new versions of) the following patches to the vector
  177.       check: AlertPatch, ExecPatch, MakeVPortPatch, Enhanced Alert
  178.       Hook, NewMenu, NoCare, PatchAlert, PointerX, Reset1200 and
  179.       SysIHack. Thanks to Dave Jones for sending them.
  180.  
  181.  1.22   Changes/Additions since 1.20:
  182.     - Added file and memory support for B.E.O.L. and Illegal Access
  183.       viruses. These two bastards took me a whole weekend to analyse
  184.       and find a cure. Very nasty and totally new ideas inside.
  185.       Thanks to Markus Schmall for sending them so quickly.
  186.     - Added some more information to the vector check 'CPU Interrupt
  187.       Vectors'. Just an idea I got while analysing Illegal Access.
  188.       Now not only the autovectors are displayed, but all exceptions.
  189.     - Added recognition for the following viruses:
  190.       Alfons Eberg 2.0, ComKiller 1.6 Fake, Condom 1.5, K&M Intro,
  191.       DayDream/FixDisk Fake, Butonic 3.10 + Installer, LZX 1.20 Fake,
  192.       Empty Biomechanic, Rock'n'Roll Trojan and InstSG Fake.
  193.     - Added new feature to file check: So-called 4EB9-Linkers will
  194.       now be detected and reported. 4EB9, 4EF9, UFO and XLink linkers
  195.       are recognized by now. I will add some more support for these
  196.       in the next versions (Possibly re-link and check single parts?).
  197.  
  198. ----------------------------------------------------------------------------
  199.  1.21   FAKED VERSION!!! I never released VirusZ II 1.21 (80268 Bytes).
  200.     This is an original VirusZ version with a Biomechanic virus
  201.     linked to it via 4EB9 Linker. Delete it immediately!!!
  202.     Thanks to Markus Schmall for reporting about that stuff.
  203. ----------------------------------------------------------------------------
  204.  
  205.  1.20   Changes/Additions since 1.18:
  206.     - Added recognition for the following viruses:
  207.       Circle Of Power (several new versions), Fileghost 3, Karaçiç
  208.       and Conman 1995 + Installer. Thanks to Markus Schmall and
  209.       Axel Folley for sending that stuff.
  210.  
  211. ----------------------------------------------------------------------------
  212.  1.19   FAKED VERSION!!! I never released VirusZ II 1.19 (9.6.95).
  213.     This actually is VirusZ II 1.03 with only the version strings
  214.     changed. No damage is caused by this fake.
  215.     Thanks to Markus Schmall for reporting about that stuff and to
  216.     Holger Hesselbarth and André Lagemann for sending it to me.
  217. ----------------------------------------------------------------------------
  218.  
  219.  1.18   Changes/Additions since 1.17:
  220.     - Updated file check to support the new features of the
  221.       xfdmaster.library v35.
  222.     - Added new option to the file check prefs: "Decrunch Data Files"
  223.       Now you can tell VirusZ to load data files completely into
  224.       memory and try to decrunch them. Useful especially for XPK
  225.       packed executables, as they couldn't be checked for viruses
  226.       until now. Thanks to Nicolas Franck for this nice idea.
  227.     - Renamed old option "Decrunch Files" to "Decrunch Executables"
  228.       as this description is less confusing.
  229.     - VirusZ has a second official distribution site now:
  230.       Virus Help BBS - Team Denmark [++45-3672-6867]. Thanks Jan!
  231.     - Fixed little bug in the linkvirus removal code: If the hunk to
  232.       be removed was the only hunk of the whole file, VirusZ crashed.
  233.       Thanks to Koenraad Rutgers for sending some example files.
  234.     - Added new patches: MultiUser 1.8, ToolManager 2.1a, SmartWB
  235.       and xLoadSeg. Thanks to Nicolas Franck for sending them.
  236.     - Added viruses: Circle Of Power 4, CallingCard Hacker and
  237.       HD SpeedUp 1.0. Thanks to Jan Andersen for sending them.
  238.     - Added new features to the vector check:
  239.       a. Settings can be changed within the vector check now.
  240.          If some prefs have been changed, display auto-refeshes.
  241.       b. Vector report can be saved now. Thanks to Steve Bowman for
  242.              this useful idea and sorry for the long delay.
  243.  
  244.  1.17   Changes/Additions since 1.16:
  245.     - Added viruses: Revenge of NANO 1 + 2, IconDepth Fake, VScan Fake,
  246.       Circle of Power 2 + 3. Thanks to Markus Schmall and Matthias Gutt
  247.       for sending them.
  248.     - VirusZ has an official distribution site now. Thanks to Holger
  249.       of THE REALM [++49-(0)515-43528] for his offer.
  250.  
  251.  1.16   Changes/Additions since 1.15:
  252.     - Added patches: DosPrefs, TWA, PowerSnap and a new version of
  253.       ToolsDaemon. Thanks to Rudolph Riedel for sending these.
  254.     - Added viruses: Circle Of Power, /X Fucker, Rastenbork 1.2,
  255.       Rastenbork 2.0, Rastenbork Installer, World Clock Fake.
  256.       Thanks to Markus Schmall and Jan Andersen for sending them.
  257.  
  258.  1.15   Changes/Additions since 1.13:
  259.     - Added Gathering '95, Conman-LoadWB + Installer, Addy 0.99 +
  260.       Installer, Commander Installer, Copy_LX, LhA V3, IStrip 2.1.
  261.       Thanks to Markus Schmall for all that viruses.
  262.     - Fixed recognition for DMS 2.06, Timebomber Inst. and Gotcha
  263.       Lamer! Installer. Thanks again to Markus Schmall.
  264.  
  265. ----------------------------------------------------------------------------
  266.  1.14   FAKED VERSION!!! I never released VirusZ II 1.14 (2.2.95).
  267.         This actually is VirusZ II 1.03 with only the version strings
  268.         changed. No damage is caused by this fake, but it's really
  269.         old and though not too useful. Thanks to Jan Andersen for
  270.         sending that stuff to me.
  271. ----------------------------------------------------------------------------
  272.  
  273.  1.13   Changes/Additions since 1.12:
  274.     - Added new PointerX, SysException and AddPower to the vector
  275.       check. Thanks to Dave Jones for sending this stuff.
  276.     - Added 'Access Forbidden' clone. Again thanks to Dave.
  277.     - Added CheckDebug, CycleToMenu, ForceIcon, NewMode, PatchPointer,
  278.       SwazInfo and new Setpatch to vector check. Thanks to
  279.       Thomas Kessler for all those bits'n'pieces.
  280.     - Added WBExtender to vector check. Thanks to Markus Schmall.
  281.     - Added Ami-Hacker, DMS 2.06 Short and Surprise virus. Thanks
  282.       to Markus Schmall for sending this stuff.
  283.     - Totally revised & updated the filevirus brain. Everything is
  284.       prepared for some new features now. Wait and see...
  285.     - Fixed some bad recognition code that reported several
  286.       virus-free programs to be infected. Thanks to Markus Schmall,
  287.       David Oakes and Koenraad Rutgers for the hints.
  288.       Note to Koenraad: The problems with BootJob and XLink will
  289.       be fixed in one of the next updates as this is what I wanted
  290.       to do next anyway. Your files are NO viruses.
  291.     - Added patches: FasterBlit 6.6 and some new SetPatch stuff.
  292.       Thanks to Adam Szymczak for these.
  293.     - Added Pestilence bootvirus. Infected sectors can be repaired
  294.       via SectorCheck. Thanks again to Markus Schmall.
  295.  
  296.  1.12   Changes/Additions since 1.11:
  297.     - Added Commander, Eleni! and Fileghost 2 viruses! Thanks to
  298.       Markus Schmall for sending them.
  299.     - Added new versions of ReqChange and CopyMemQuicker to the
  300.       vector check. Thanks to Adam Szymczak for sending them.
  301.     - Renamed "? No Name ?" virus to Vtek 2.2.
  302.     - Improved recognition code for Decompiler virus. Some AMOS
  303.       files had been recognized as the virus. Thanks to Markus
  304.       Schmall for the hint.
  305.     - Redesigned whole file- and linkvirus checking routines.
  306.       You won't notice a big difference as the GUI looks as always,
  307.       but internally everything has changed. VirusZ is now able
  308.       to check EVERY hunk of executable files for linkviruses.
  309.       NO hidden linkviruses anymore by just adding some new hunks!
  310.     - Fixed several small bugs in some old linkvirus stuff while
  311.       rewriting the checker.
  312.     - Linkvirus removal code now supports all official hunktypes
  313.       from hunk_unit to hunk_index.
  314.     - Added some new file types.
  315.     - Renamed some more viruses, amount of viruses changed
  316.       slightly because some routines now recognize several
  317.       types of the same virus while others have been split.
  318.     - Redesigned "Show Brains" requester.
  319.     - Added Big Ben, Max Of Starlight '93, BootX Killer and
  320.       Amiga Fanatic 1.1 bootviruses. Thanks to Markus Schmall
  321.       as always for sending them ;-)
  322.     - Added recognition for new versions of RTPatch and FasterBlit.
  323.       Thanks to David Oakes for sending them.
  324.     - Redesigned "Show Brains" again, displays patches now.
  325.  
  326.     TO DO:
  327.     Due to lack of time, I just redesigned the linkvirus part of
  328.     the file check, the filevirus part still only checks the first
  329.     hunk. This will be changed in later releases. I have some ideas
  330.     concerning the so-called 4EB9-Linker and similar utilities, too.
  331.     This is a secret, wait for the key...
  332.  
  333.  1.11   Changes/Additions since 1.10:
  334.     - Added Elien 0.1 virus and VMK 3.00 fake. Thanks to Markus
  335.       Schmall for sending them.
  336.     - Added Enforcer, SegTracker and MungWall to vector check.
  337.       Thanks to Ulrich Klauer for sending this stuff.
  338.     - Added latest version of xfdmaster.library.
  339.  
  340.  1.10   Changes/Additions since 1.09:
  341.     - Added viruses: Decompiler, Doom + Installer, Intel (LoadWB),
  342.       Lamerfry 1.3b, Lamerkiller, Laureline, DMS 2.13 Fake, JiZANSi,
  343.       RootFormatter, EastStar + Installer, Look BBS, Sumpf Gag,
  344.       Polyzygotronifikator. Thanks to Markus Schmall for these.
  345.     - Added latest version of xfdmaster.library.
  346.     - Added another linkvirus that doesn't contain any ID string,
  347.       so I simply called it "? No Name ?". May be renamed later.
  348.       Thanks again to Markus Schmall for sending it.
  349.  
  350.  1.09   Changes/Additions since 1.08:
  351.     - Added viruses: Eleni, Loop-Combo and Labtec. Thanks to
  352.       Markus Schmall and Mark Ives for sending these.
  353.     - Added latest version of xfdmaster.library.
  354.  
  355.  1.08   Changes/Additions since 1.07:
  356.     - Added viruses: Mount, Debugger, G-Zus and some CCCP Clones.
  357.       Thanks to Marco van den Mont, Jan Andersen, Jim Maciorowski
  358.       and Krzysztof Klos for sending them.
  359.     - Added more viruses: Installer of Mount, Easy-E and Installer
  360.       of Conman. Thanks to Markus Schmall for sending them.
  361.  
  362.  1.07   Changes/Additions since 1.06:
  363.     - Added viruses: Installer of Datalock, LhA-Check 1.1 and a new
  364.       version of Menem's Revenge. Thanks to Markus Schmall and
  365.       Jan Bo Andersen for sending them.
  366.     - Again new viruses: MST-Inte, Rel 01.28 and Conman-Trojan.
  367.       Thanks to Markus Schmall for these beasts.
  368.     - Added new version of xfdmaster.library including external
  369.       decruncher and changed installation script.
  370.     - Designed new icons for VirusZ, Guide and Installation.
  371.  
  372.  1.06   Changes/Additions since 1.05:
  373.     - Added some additional self checks. You can now verify if your
  374.       copy of VirusZ is an original or a fake by comparing the length
  375.       stated in the "About" request with the actual file length.
  376.     - Added new patches: HD Floppy Driver, SetPatchMrgCop, PowerData,
  377.       BorderBlank and a new version of MagicMenu.
  378.       Thanks to David Oakes and Naim Hosein for sending them.
  379.     - Added boot viruses: Datalock 1.1, Datalock 1.2, Polish P-1B.
  380.       Thanks to Markus Schmall and Krzysztof Klos.
  381.     - Added file viruses: Installer of Digital Dream, Xlink 3.0,
  382.       Saddam 7, Aibon 3, Burn 2, T.A.I. 11, ToolsDaemon 2.2 Fake,
  383.       GeneralHunter 3.2. Thanks to Markus Schmall, Martin Odaischi
  384.       and Jan Bo Andersen.
  385.     - Added string gadget "Devices" to the Misc Prefs. Now you can
  386.       enter all your devices (mounted or unmounted) to this list
  387.       and they will be both checked from the background task and
  388.       used from the BootLab. I hear some people say: "Oh, I have to
  389.       type them all myself. How irritating!". BUT: You'll have to do
  390.       it only once, and then there will never be any problems with
  391.       CD drives, some HD controllers etc. If a drive doesn't work,
  392.       simply don't add it to the list. Thanks to this simple but
  393.       nevertheless great idea to Axel Folley.
  394.     - Added again viruses: Zonder Kommando 1 + 2, AAA-Enhancer, JINX.
  395.       Thanks to Markus Schmall for these and for the 'Burn' code.
  396.     - Included latest version of xfdmaster.library.
  397.  
  398. ----------------------------------------------------------------------------
  399.       !WARNING!   VirusZ II 1.05 (68544 bytes) is a fake!    !WARNING!
  400.                      The original is 66116 bytes long.
  401. ----------------------------------------------------------------------------
  402.  
  403.  1.05   Changes/Additions since 1.03:
  404.     - Totally redesigned documentation. It is now written for AmigaGuide
  405.       and contains a German section to satisfy all the guys who kept on
  406.       nagging for the last months.
  407.     - Added some nice code for encrypting VirusZ. Bad luck, hackers.
  408.       I hate nothing more than little lamers thinking they are cool
  409.       when they destroy the hard work of other people.
  410.     - Added patches: AlertPatch, FaccII, GOMF 3.0, RTDD 1.7, SFAPatch,
  411.       Setpatch 40.14. Thanks go to Steve Bowman and Ralf Thanner.
  412.     - Added bootblock viruses: Baltasar, Datacrime 2.0, PAL, PDS, PKK,
  413.       Shake!, TAI 4, TAI 5, TAI 6, TAI 8, TAI 9, Tomates Gentechnic 2.0.
  414.       Thanks to Martin Odaischi and [can't remember who it was].
  415.     - Added file viruses: Boot-Virus Installer, VirusZ 1.03 Fake.
  416.       Thanks fly over to Martin Odaischi and Markus Schmall.
  417.       If I only could get my hands on the little idiot who did that
  418.       fake, he'd wish he never had done it.
  419.  
  420. ----------------------------------------------------------------------------
  421.       !WARNING!           VirusZ II 1.04 is a fake!          !WARNING!
  422. ----------------------------------------------------------------------------
  423.  
  424. ----------------------------------------------------------------------------
  425.       !WARNING!   VirusZ II 1.03 (67076 bytes) is a fake!    !WARNING!
  426.                      The original is 64664 bytes long.
  427. ----------------------------------------------------------------------------
  428.  
  429.  1.03   Changes/Additions since 1.01:
  430.     - Added the following viruses: Sepultura 2.26, BossNuke,
  431.       ModuleMaster 1.7 Fake, Virus-Hunter 10.20, VKill 1.00 File,
  432.       Merry, MegaLink, Digital Dream, Zenker.
  433.       Thanks to Markus Schmall and Jan Nielsen for sending them.
  434.     - Replaced decrunch.library by xfdmaster.libary support.
  435.       That's one of the reasons why the last few updates were
  436.       quite simple, I worked on that library since October.
  437.       It works much more efficient than decrunch.library,
  438.       is much safer and supports some more crunchers. Several
  439.           bugs have been fixed.
  440.     - Improved the hunk tester in the file check.
  441.     - Added some more viruses: PHA Intro Fake, Anim Intro Fake,
  442.       Dialer 2.8g/6.2, M-WHO Backdoor, Stockmarket Backdoor.
  443.       Thanks to Markus Schmall and Jan Bo Andersen.
  444.     - Replaced old reqtools.library with a new update.
  445.     - Added new patches to vector check: Xoper 2.4, NOG2 2.1,
  446.       PowerCache 37.64, FasterBlit 5.0, IPrefs 40.29.
  447.       Thanks to Ralf Thanner for sending them.
  448.  
  449. ----------------------------------------------------------------------------
  450.       !WARNING!   VirusZ II 1.02 is a fake, delete it now.   !WARNING!
  451. ----------------------------------------------------------------------------
  452.  
  453.  1.01   Changes/Additions since 1.00:
  454.     - Added new viruses: VIRI, SHI, VCS 1, VCS 2, Leviathan,
  455.       Fred Cohen.
  456.       Thanks to Markus Schmall and Jan Bo Andersen for these.
  457.     - Added new patches to vector check:
  458.       KCommodity 2.5, MagicMenu 1.27, PrintManager 1.1 + 2.0,
  459.       FastWaitBlit, FrontPubScreen, Alert Patch.
  460.  
  461.  1.00   Changes/Additions since 0.94ß:
  462.     - Added new bootviruses: Karl Marx, CBM, SCA 666, M_Chat and
  463.       TFC Evergreen 47.11.
  464.       Thanks to Martin Odaischi for sending them.
  465.     - Added new bootviruses: AIFS, NASA, TAI, PVL.
  466.       Added new linkviruses: Dark Avenger 1 + 2.
  467.       Thanks to Markus Schmall for sending them.
  468.  
  469.  0.94ß  Changes/Additions since 0.93ß:
  470.     - Added several new bootblock viruses (mostly clones):
  471.       ABC Viruskiller 1.01, Electro Vision, Exorcist, Grim Reaper,
  472.       Irak 3, JT Protector 1.0, Lame Game, MAD 3b, Prima Vera 8.0,
  473.       Starcom 1, 2 and 3.
  474.  
  475.  0.93ß  Changes/Additions since 0.92ß:
  476.     - Added code for safer device calls. Several people told me
  477.       that previous VirusZ versions crashed immediately when started
  478.       on their A3000(T). They all had PC0: mounted. This was not a
  479.       problem of VirusZ at all, but a bug in the mfm.device of
  480.       Commodore. This device trashes register D3 in the Open() call
  481.       and therefore caused VirusZ to crash because it uses D3.
  482.       Time for a little bug fix, Commodore??
  483.       Thanks a lot to Axel Folley for his extensive testing. I don't
  484.       know if I would have found that bug as fast as he did.
  485.  
  486.  0.92ß  Changes/Additions since 0.91ß:
  487.     - Added 'Check Again' gadget to file and sector checker.
  488.     - Added 'Auto-Save Report' and 'Default Report Path' to the
  489.       file check preferences.
  490.     - Added 'Hide OK Vectors' to the vector check preferences.
  491.     - Rewrote main loop to act as a commodity. VirusZ can now
  492.       be controlled via Exchange.
  493.     - Added Shell options and tooltypes CX_PRIORITY, CX_POPKEY
  494.       and CX_POPUP for standard commodity support.
  495.     - Added 'Hide' item to project menu.
  496.     - Added commodity default settings to the misc prefs.
  497.     - Removed 'Snapshot Window' item from prefs menu.
  498.       The window now remembers all movements automatically.
  499.     - Added 'Center Main Window' to the misc prefs to override
  500.       the remembered window position.
  501.     - Added 'Close Main Window = Exit' to support both the old
  502.       CLOSEWINDOW and the standard commodity behaviour.
  503.     - Added Shell option and tooltype PUBSCREEN. VirusZ can open
  504.       its windows on any public screen now.
  505.     - Added Shell option ??=INFO. Use it to get more information
  506.       about the usage of the other options.
  507.     - Added new viruses: SnoopDos 1.9 Fake, SnoopDos 2.1 Fake,
  508.       DWEdit 1.62a Fake, DI Ansi Ed 2.8 Fake, AEReg 3.9, A.I.S.F.
  509.  
  510.  0.91ß  Changes/Additions since 0.90ß:
  511.     - Added bootblock lab (no brain support yet).
  512.     - Added bootlab preferences.
  513.     - Removed Unicorn 1.1 from the bootvirus brain. This is not
  514.       a virus, but a quite unique loader for menus etc.
  515.       Thanks to the guy from Unicorn for calling me.
  516.  
  517.  0.90ß  Changes/Additions since 3.07:
  518.     - VirusZ requires OS2 now.
  519.     - Redesigned main menu and split it in two parts.
  520.     - Totally rewritten file check. Uses a multiselect filereq
  521.       now, has a new window and new preferences. Detects more
  522.       file types and handles viruses even better than the old one.
  523.     - Totally rewritten sector check. Only works with trackdisk units
  524.       now and supports HD drives. Improved Saddam checking in order to
  525.       prevent wrong diagnostics (same with Little Sven). New window
  526.       and own preferences have been added.
  527.     - Totally rewritten vector check. Output may be scrolled now,
  528.       preferences configure the vectors that should be checked.
  529.     - Totally rewritten background checker. Works parallel to
  530.       the main process and therefore can check memory/disks even
  531.       during a file check. Own preferences.
  532.     - New preferences format with checksum. This will be compatible
  533.       with future ones because of standard definition.
  534.     - Rewritten startup code.
  535.     - Added internal brain display to VirusZ.
  536.     - No brain support and all related functions in this release.
  537.     - No bootblock lab + prefs.
  538.     - No Shell usage.
  539.     - 1000 other minor changes I can't remember.
  540.  
  541. ----------------------------------------------------------------------------
  542. VirusZ II (OS 2.0+ only) history starts in Summer '93.
  543. VirusZ 1.00 - VirusZ 3.07 history (September '91 - Summer '93) removed.
  544. ----------------------------------------------------------------------------
  545.